home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1999 April / Gamestar_04_1999-04_cd2.bin / dema / slave zero / setup / InstData / INSTALL.INI < prev    next >
INI File  |  1998-10-17  |  3KB  |  71 lines

  1. ; This file is used by the setup script.
  2. ; It must be located in a "InstData" subdir of the install script's dir.
  3.  
  4. [MISC]
  5. ; The key file is what the uninstaller uses to see if a program is in use before uninstall.
  6. ; This is usually the executable.
  7.  
  8. KEY_FILE = SlaveZero.exe
  9. PRODUCT_VERSION = 1.00.000
  10. PRODUCT_NAME    = Slave Zero
  11. UNINSTALL_KEY   = Slave Zero
  12. COMPANY_NAME    = Accolade
  13. DIRECTX_VERSION = DirectX 6
  14.  
  15. [PATHS] 
  16. ; All paths are relative to setup.ins. You may use . or .. in the path.
  17.  
  18. ;Manual = d:\CDROMS\TDOR2\Manual
  19. ;Readme = d:\CDROMS\TDOR2\Readme
  20. ;EAHelp = d:\CDROMS\TDOR2\EAHelp
  21.  
  22. ; What gets run with final dialog's "Launch game" option
  23. LaunchMe = .\Config.exe
  24.  
  25. ; The location of the DirectX setup DLL
  26. DirectX = .\InstData\DirectX6
  27.  
  28. ; Electronic registration executable
  29. Ereg = \EREG\REG32.exe
  30.  
  31. ; The location of the game files
  32. FilesCommon   = .\GameData
  33.  
  34. ; The default destination directory for the install
  35. ; relative to the "ROOT:\PROGRAM FILES\COMPANY NAME" directory
  36. InstallDir = .\Slave Zero
  37.  
  38. ; ==== INSTALLER ART ====
  39. ; ScrnXBG - full screen background image, where X is which dialog to show it with
  40. ; DlgX    - the standard dialog image, where X is which dialog to show it on
  41. ; If, on screen X, where X > 1, ScrnXBG or DlgX paths are not listed here, the
  42. ; installer will continue to use previously retrieved ScrnXBG and DlgX.
  43. ; WARNING: InstallShield changes the background image (ScrnXBG) very slowly.
  44. ;          This causes a noticeable pause between dialogs on slower machines.
  45. Scrn1BG = InstData\SCRN1BG.BMP
  46. Dlg1    = InstData\DLG1.BMP
  47. Dlg2    = InstData\DLG2.BMP
  48. Dlg3    = InstData\DLG3.BMP
  49. Dlg4    = InstData\DLG1.BMP
  50. Dlg5    = InstData\DLG2.BMP
  51. Dlg6    = InstData\DLG3.BMP
  52.  
  53. [SHORTCUTS]
  54. ; Format: TEXT = ROOT TARGET
  55. ; TEXT      = the text the user sees in the Start Menu. This is actually
  56. ;             the name of a .lnk file, so it must be a valid filename.
  57. ; PATHROOT  = this one of the following:
  58. ;                SRC = TARGET is relative to setup.ins
  59. ;                DST = TARGET is relative to the destination directory
  60. ; TARGET    = the path, relative to PATHROOT, to the target file for the
  61. ;             shortcut.
  62.  
  63. Slave Zero    = DST .\Config.exe
  64. Release Notes = DST .\ReadMe.txt
  65.  
  66. [INSTALL_SIZES]
  67. ;FORMAT: Install Type = size in KB if 2KB clusters, ... 8KB, 16KB, 32KB, 64KB, 128KB
  68. STANDARD = 72196096, 72343552, 72572928, 73187328, 74645504, 78118912, 85590016
  69. VOODOO   = 72196096, 72343552, 72572928, 73187328, 74645504, 78118912, 85590016
  70.     
  71.